home *** CD-ROM | disk | FTP | other *** search
- * Checks if the logical unit is ready.
-
- @THREAD TSTREADY.LOG
- @NEWALIAS SADD SCSIADD.GRA
- @IMPORT SCSICOM.SCR
- SADD DD_OPEN
-
- * 0=Async mode, 1=Sync mode
- SADD SET MODE=1
-
- * Command completion timeout (Secs)
- * 0=the assigned value is the default set by the driver,
- * -1=the assigned value is infinite.
- SADD SET TIMEOUT=0
-
- * Name for paramblock
- SADD SET LABEL = "TEST UNIT READY"
-
- SADD TEST_UNIT_READY
-
- SADD DD_CLOSE
-